home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / xfig_sup.lha / xfig_support / doc / transfig.doc < prev   
Text File  |  1995-09-01  |  4KB  |  96 lines

  1. NAME
  2.        transfig - creates a makefile for portable LaTeX figures
  3.  
  4. SYNOPSIS
  5.        transfig  [ -L language ] [ -M makefile ] [ -T texfile ] [
  6.        -I macrofile ] [ -V ] [ control_specs figfile ... ] ...]
  7.  
  8. DESCRIPTION
  9.        Transfig creates a makefile to translate figures described
  10.        in  Fig  code  or PIC into a specified LaTeX graphics lan-
  11.        guage.  PIC files are identified by the suffix ".pic"; Fig
  12.        files  can  be specified either with or without the suffix
  13.        ".fig" .  Transfig also creates a TeX macro file appropri-
  14.        ate to the target language.
  15.  
  16. OPTIONS
  17.        The  language  specifier  must be either epic, eepic, eep-
  18.        icemu, latex, pictex, ps, psfig, pstex, textyl,  tpic,  or
  19.        null.   The  specifier  psfig  is  like  the ps specifier,
  20.        except that it make use of the psfig macro  package.   The
  21.        specifier  pstex  is like psfig, except that it uses LaTeX
  22.        to process formatted (special) text.  The  specifier  null
  23.        results  in  the  figures being replaced by empty boxes of
  24.        the appropriate size.  If no language is  specified,  epic
  25.        is the default.
  26.  
  27.        The  names  of  the makefile and TeX macro file can be set
  28.        with the -M and -T options.  The default names are  "Make-
  29.        file"  and "transfig.tex", respectively.  If the -I option
  30.        is specified, then a  command  to  read  in  macrofile  is
  31.             inserted  into  the TeX macro file.  If the -V option
  32.        is specified, the program version number is printed  only.
  33.  
  34.        Control specifiers are
  35.  
  36.        -m mag set  the  magnification at which the figure is ren-
  37.               dered (default 1.0).
  38.  
  39.        -f font
  40.               set the default font family used for  text  objects
  41.               (default "rm").
  42.  
  43.        -s fontsize
  44.               set  the  default  font  size  (in points) for text
  45.               objects (default 11*mag).
  46.  
  47.        -o option
  48.               pass  the  specified  option  string   through   to
  49.               fig2dev.
  50.  
  51.        If  there  is  no  scaling,  the default font is an eleven
  52.        point roman font.  Language  and  control  specifiers  may
  53.        occur more than once; they affect the translation of files
  54.        which appear to their right in the argument list.   If  no
  55.  
  56.                            1 Sept 1990                          1
  57.  
  58.        files are specified, then "*.fig" is assumed.
  59.  
  60. SEE ALSO
  61.        fig(1), fig2dev(1), pic(1), pic2fig(1),
  62.  
  63. COPYRIGHT
  64.        Copyright (c) 1985 Supoj Sutantavibul
  65.        Copyright (c) 1991 Micah Beck
  66.  
  67.        THE  AUTHORS  DISCLAIM  ALL WARRANTIES WITH REGARD TO THIS
  68.        SOFTWARE,  INCLUDING  ALL  IMPLIED  WARRANTIES   OF   MER-
  69.        CHANTABILITY AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE
  70.        LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL  DAMAGES
  71.        OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
  72.        OR PROFITS, WHETHER IN AN ACTION OF  CONTRACT,  NEGLIGENCE
  73.        OR  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  74.        WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  75.  
  76.        The X Consortium, and any party obtaining a copy of  these
  77.        files  from  the  X Consortium, directly or indirectly, is
  78.        granted, free of charge, a full and unrestricted irrevoca-
  79.        ble, world-wide, paid up, royalty-free, nonexclusive right
  80.        and license to deal in  this  software  and  documentation
  81.        files  (the  "Software"), including without limitation the
  82.        rights to use, copy, modify, merge,  publish,  distribute,
  83.        sublicense,  and/or  sell  copies  of the Software, and to
  84.        permit persons who receive copies from any such  party  to
  85.        do so, with the only requirement being that this copyright
  86.        notice remain intact.  This license includes without limi-
  87.        tation  a  license  to  do the foregoing actions under any
  88.        patents of the party supplying this software to the X Con-
  89.        sortium.
  90.  
  91. AUTHOR
  92.        Micah Beck
  93.  
  94.                            1 Sept 1990                          2
  95.  
  96.